func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L306: 		stackfree(gp.stack)
		proc.go#L1940: 		stackfree(mp.gsignal.stack)
		proc.go#L2245: 					stackfree(freem.g0.stack)
		proc.go#L5208: 		stackfree(gp.stack)
		proc.go#L5273: 			stackfree(gp.stack)
		stack.go#L446: func stackfree(stk stack) {
		stack.go#L942: 	stackfree(old)